PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures.asn1 Package / DerObject Class / DerObject Constructor
In This Topic
    DerObject Constructor
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public DerObject( 
       int tag,
       int length,
       int valueOffset,
       byte[] rawData
    )

    Parameters

    tag
    length
    valueOffset
    rawData
    See Also